hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
ByteToMessageDecoder
collie
codec
bytetomessagedecoder
Undocumented in source.
abstract
class
ByteToMessageDecoder : InboundHandler!(ubyte[], M)(
M
) {
bool
decode
(Context ctx, ubyte[] buf, M result);
void
read
(Context ctx, ubyte[] msg);
}
Members
Functions
decode
bool
decode
(Context ctx, ubyte[] buf, M result)
Undocumented in source.
read
void
read
(Context ctx, ubyte[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
collie
codec
bytetomessagedecoder
classes
ByteToMessageDecoder